From: Linus Torvalds Date: Sat, 7 Apr 2007 17:18:33 +0000 (-0700) Subject: sched.c: Remove unused variable 'relative' X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~38794 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b;p=linux-4.9.git sched.c: Remove unused variable 'relative' Getting rid of the p->children printout in show_task() left behind an unused variable. Signed-off-by: Linus Torvalds --- diff --git a/kernel/sched.c b/kernel/sched.c index cdad3b04242a..b9a683730148 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -4691,7 +4691,6 @@ static const char stat_nam[] = "RSDTtZX"; static void show_task(struct task_struct *p) { - struct task_struct *relative; unsigned long free = 0; unsigned state;